Linear Models

Week | Topics: Algorithms | Categories |
1 | Al Basics: Definition, History, Terms, Types & Math | Background Knowledge |
2 | Al Implementations: Tasks, Metrics & Tools | |
3 | Linear Models (Basic, Ridge, Lasso, Elastic Net) | Supervised Learning |
4 | Decision Trees (ID3, C4.5, CART) | |
5 | Support Vector Machines (linear, nonlinear (kernel)) | |
6 | Bayesian Methods* (Naïve, Semi, Bayesian Network, Gaussian Process) | |
7 | Artificial Neural Network (Perceptron, Feed Forward NN, RBF) | |
8 | Deep Learning (DNN, CNN, RNN) | Unsupervised Learning |
9 | Ensemble Learning (Bagging (Random Forest), Boosting (Adaboost), Stacking) | |
10 | Clustering (K-Means, Mean-Shift, DBScan, OPTICS, GMM, HAC) | |
11 | Dimension Reduction (PCA, LDA, ICA, Isomap, MDR) | Reinforcement Learning |
12 | Anomaly Detection (3sigma, boxplot, KNN, LOF, DBSCAN, iForest, AutoEncoder) | |
13 | Association Rule Learning* (Apriori, FP Growth, Eclat) | |
14 | Value-Based RL (Q-learning, Sarsa, Monte Carlo) | |
15 | Policy-Based RL (Policy Gradient) | |
16 | Advanced RL* (DQN, DDPG, Actor-Critic, A3C) |